// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Dead Poet Society - Band','The Loving Touch','Ferndale, MI','Wednesday','5/1/2024','7:00 PM','6205111','Dead-Poet-Society---Band-5-1-2024'],['Yot Club & Boyscott','The Loving Touch','Ferndale, MI','Saturday','5/4/2024','7:30 PM','6251562','Yot-Club---Boyscott-5-4-2024'],['Andrew Cushin','The Loving Touch','Ferndale, MI','Tuesday','5/7/2024','7:00 PM','6068463','Andrew-Cushin-5-7-2024'],['Young Rising Sons','The Loving Touch','Ferndale, MI','Sunday','5/12/2024','6:30 PM','6296876','Young-Rising-Sons-5-12-2024'],['Calva Louise','The Loving Touch','Ferndale, MI','Thursday','5/16/2024','7:00 PM','6232298','Calva-Louise-5-16-2024'],['Yellow Days','The Loving Touch','Ferndale, MI','Friday','5/17/2024','7:00 PM','6160874','Yellow-Days-5-17-2024'],['Cloud Nothings','The Loving Touch','Ferndale, MI','Sunday','6/9/2024','7:30 PM','6304426','Cloud-Nothings-6-9-2024'],['Guardin','The Loving Touch','Ferndale, MI','Monday','6/17/2024','7:00 PM','6323467','Guardin-6-17-2024'],['La Luz','The Loving Touch','Ferndale, MI','Sunday','10/13/2024','7:00 PM','6304577','La-Luz-10-13-2024']],'The Loving touch','http://www.ticketnetwork.com/ticket/The-Loving-touch-events.aspx');